All Questions
2 questions
7votes
2answers
230views
4 distinct integers, whose reciprocals sum up to 1
I wrote the following short python program to solve a math puzzle, which asked for all the 4-tuples of distinct natural numbers whose reciprocals sum up to 1. ...
1vote
2answers
255views
Two permutation iterators for classes in Python with and without a generator
I am just testing out a couple of small classes for learning purposes. Here is my current working code: ...